home *** CD-ROM | disk | FTP | other *** search
/ Business Assistant / Business Assistant.iso / indus / mngx22b / mx.bat < prev    next >
DOS Batch File  |  1986-05-15  |  436b  |  22 lines

  1. echo off
  2. cls
  3. cd\MANAGEX {here, substitute the name of the subdirectory containing MANAGEX}
  4. cls
  5. if exist chncnfrm.fyl erase chncnfrm.fyl
  6. :MANAGEX
  7. if exist end.fyl goto RETURN
  8. managex
  9. if not exist util.bat goto RETURN
  10. echo off
  11. cls
  12. util
  13. goto MANAGEX
  14. :RETURN
  15. echo off
  16. if exist util.bat erase util.bat
  17. cls
  18. if exist end.fyl erase end.fyl
  19. cls
  20. cd\ROOT {here, substitute the name of the subdirectory containing MX.BAT}
  21. cls
  22.